home *** CD-ROM | disk | FTP | other *** search
- From: Dynamic_Don@msn.com (Don Pearson)
- Subject: EasyWin target for MS Visual C++???
- Date: 22 Feb 96 04:48:34 -0800
- Message-ID: <00001a81+0000a5bd@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
- I have several bench programs (without GUIs) written in Borland C++
- that have a DOS-like driver. Data is hardwired into the main routine
- (void Main() ) and then classes are excercised to validate their
- coding. Output is written to a file. Later on, I write the GUIs to
- interface with these validated classes.
-
- I am thinking about switching over to MS Visual C++ and wonder if
- there is a similar capability for EasyWin like coding. Most book's
- I've scanned don't seem to discuss this type of target.
-
-